home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / domacnost a kancelar / tcmd / tcmdr656.exe / INSTALL.CAB / TOTALCMD.EXE / 0 / MANIFEST / 1
Extensible Markup Language  |  2007-01-01  |  843b  |  33 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
  2. <assembly 
  3.  xmlns="urn:schemas-microsoft-com:asm.v1" 
  4.  manifestVersion="1.0">
  5. <assemblyIdentity 
  6.  processorArchitecture="x86" 
  7.  version="5.1.0.0"
  8.  type="win32"
  9.  name="Ghisler.Totalcmd.exe"/>
  10.  <description>Total Commander 32</description>
  11.  <dependency>
  12.  <dependentAssembly>
  13.  <assemblyIdentity
  14.   type="win32"
  15.   name="Microsoft.Windows.Common-Controls"
  16.   version="6.0.0.0"
  17.   publicKeyToken="6595b64144ccf1df"
  18.   language="*"
  19.   processorArchitecture="x86"/>
  20.  </dependentAssembly>
  21. </dependency>
  22.  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  23.     <security>
  24.       <requestedPrivileges>
  25.         <requestedExecutionLevel
  26.           level="asInvoker"
  27.           uiAccess="false"/>
  28.         </requestedPrivileges>
  29.        </security>
  30.   </trustInfo>
  31. </assembly>
  32.  
  33.